home *** CD-ROM | disk | FTP | other *** search
/ Champak 128 / Vol 128 (Damaged).iso / games / rocketbi.swf / scripts / DefineSprite_534 / frame_28 / DoAction.as
Encoding:
Text File  |  2011-03-26  |  141 b   |  11 lines

  1. talkcounter++;
  2. if(talkcounter < 12)
  3. {
  4.    gotoAndPlay(random(_totalframes));
  5. }
  6. else
  7. {
  8.    stop();
  9.    _parent.menu._visible = true;
  10. }
  11.